/* 
Argentina - EXK - ejecutor@netscape.net
This is my first config for WhiteCap so don't expect too much
(based on My Malia code)
2.VIII.00
*/ 



/* How long the samples last */
Durn="1.5",

/* How many bins */
Stps=48,

/* Camera path */
CamX="83 * sin( t / 6 )",
CamY="20 * cos( t / 6 )",
CamZ="25 + 20 * sin( t / 4)",

/* Camera look point */
CmLX="40",
CmLY="0",
CmLZ="0",

/* Camera up direction */
CUpX="0",
CUpY="-1",
CUpZ="0",


/* Line Width - stolen from CORE Anthem, tnx guys */
LWdt="5 + 2*sqwv(1+dt)",


/* Points not connected, samples connected */
ConL=1,ConB=0,



/* Temp variable */
C0="sqr(16*dt - 8) + .001", /* makes the sun */
D0="2 * s - 1",
D1="sqwv( abs(s - .5) * 6)",   /* returns 0 for s < 1/3, 1 for 1/3<s<2/3, 0 s > 2/3 */
D2="13 - 13 * sqwv(dt + .99)", /* makes the first sample stay still */
D3=".9 - sqr(3 / ( sqr(16*s - 8) + C0) )", /* makes the sun */

/* Points to draw */
X="100 * dt",
Y="24 * d0",
Z="D2 * abs( fft( s )) + 2*Sin(4*Pi*dt)",

/* Sample's color */
R="D1", 
G=".7 + D1 * .3",
B="D3",


/* Level Color	(the color of the "present" music sample/wave) */
LvlR="1",
LvlG=".9",
LvlB=".1",

/* Blur (none)Try with Blrs=1 if your machine can handle it */
Blrs=0, BlrB=3,


/* Window size and position */
widt=590,heig=350,


/* Size and pers */
Scal="500",
ScSz=1,

Pers="60",

Vers=40